home *** CD-ROM | disk | FTP | other *** search
/ Secret & Below Interoperability (Unclassified) / Secret_and_Below_Interoperability_Version_1.0_Defense_Information_Systems_Agency_June_2000.iso / Mod02 / M02_03_02.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(rollOut).as next >
Text File  |  2000-03-15  |  102b  |  8 lines

  1. on(rollOut){
  2.    tellTarget("../rollover")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6.    gotoAndStop(2);
  7. }
  8.